home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 15 / CU Amiga Magazine's Super CD-ROM 15 (1997)(EMAP Images)(GB)[!][issue 1997-10].iso / CUCD / Graphics / DocMa / Developer / c / include / docmafr_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-04-06  |  419 b   |  16 lines

  1. #ifndef DOCMAFR_PROTOS_H
  2. #define DOCMAFR_PROTOS_H
  3.  
  4. #ifndef UTILITY_TAGITM_H
  5. #include <utility/tagitem.h>
  6. #endif
  7.  
  8. APTR     AllocDocMaRequest (ULONG reqType, struct TagItem *tags);
  9. APTR AllocDocMaRequestTags (ULONG reqType, Tag Tag1, ...);
  10. void      FreeDocMaRequest (APTR requester);
  11. BOOL          DocMaRequest (APTR requester, struct TagItem *tags);
  12. BOOL      DocMaRequestTags (APTR requester, Tag Tag1, ...);
  13.  
  14. #endif
  15.  
  16.